annoyings inlines

Change-Id: I0823b29ac99b99b9e9cd8b402e4de71ac176d784
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index 684dd6c..6926a21 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -289,11 +289,13 @@ private:
    CustomPropertyLine*             m_pLine;

public:
    inline CustomPropertiesTypeBox(
        vcl::Window* pParent, const ResId& rResId, CustomPropertyLine* pLine ) :
            ListBox( pParent, rResId ), m_pLine( pLine ) {}
    CustomPropertiesTypeBox(vcl::Window* pParent, const ResId& rResId, CustomPropertyLine* pLine)
        : ListBox(pParent, rResId)
        , m_pLine(pLine)
    {
    }

    inline CustomPropertyLine*      GetLine() const { return m_pLine; }
    CustomPropertyLine*      GetLine() const { return m_pLine; }
};

class CustomPropertiesDateField : public DateField