summaryrefslogtreecommitdiff
path: root/include/unotest
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/unotest
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/unotest')
-rw-r--r--include/unotest/bootstrapfixturebase.hxx3
1 files changed, 0 insertions, 3 deletions
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();