summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2014-01-09 08:52:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-01-17 13:50:26 +0000
commitdb27efd29761a87fe3ab946c99c18530e828e58a (patch)
treed1476c1f319839d114d8b0b1108e66ec89d9a74a /include
parent0ee948fe59d4a2d1e00c16718cbfb18260847dc4 (diff)
removed some unused code (svx, svtools, unotest)
Change-Id: I1250581d69423030bd0a93a1529458b8d424ce3e Reviewed-on: https://gerrit.libreoffice.org/7329 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/toolpanel/toolpaneldeck.hxx1
-rw-r--r--include/svx/dialcontrol.hxx2
-rw-r--r--include/unotest/bootstrapfixturebase.hxx3
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();