diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/toolpanel/toolpaneldeck.hxx | 1 | ||||
-rw-r--r-- | include/svx/dialcontrol.hxx | 2 | ||||
-rw-r--r-- | include/unotest/bootstrapfixturebase.hxx | 3 |
3 files changed, 0 insertions, 6 deletions
diff --git a/include/svtools/toolpanel/toolpaneldeck.hxx b/include/svtools/toolpanel/toolpaneldeck.hxx index 8ba584b12d72..3ad4fcd8ae92 100644 --- a/include/svtools/toolpanel/toolpaneldeck.hxx +++ b/include/svtools/toolpanel/toolpaneldeck.hxx @@ -155,7 +155,6 @@ namespace svt Calling this method has no effect if CreateAccessible had always been called. */ - void SetAccessibleParentWindow( ::Window* i_pAccessibleParent ); ::Window* GetAccessibleParentWindow() const; // IToolPanelDeck diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx index f50cb5952b4b..06fecd1bd09b 100644 --- a/include/svx/dialcontrol.hxx +++ b/include/svx/dialcontrol.hxx @@ -119,8 +119,6 @@ public: /** The passed handler is called whenever the totation value changes. */ void SetModifyHdl( const Link& rLink ); - /** Returns the current modify handler. */ - const Link& GetModifyHdl() const; /** Save value for later comparison */ void SaveValue(); diff --git a/include/unotest/bootstrapfixturebase.hxx b/include/unotest/bootstrapfixturebase.hxx index c447f4fa626e..d69be43d013d 100644 --- a/include/unotest/bootstrapfixturebase.hxx +++ b/include/unotest/bootstrapfixturebase.hxx @@ -62,12 +62,9 @@ public: // return a Path to a given c-str path from the source directory OUString getPathFromSrc( const char *pPath ); - // return a URL to a given c-str path from the workdir directory OUString getURLFromWorkdir( const char *pPath ); - // return a Path to a given c-str path from the workdir directory - OUString getPathFromWorkdir( const char *pPath ); virtual void setUp(); virtual void tearDown(); |