summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-26 23:32:40 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-26 23:39:04 +0200
commitbf2373daf50595c02741f63d941fda0462535d62 (patch)
tree8648bb9d6328a43d5c1e52ca2169097ada413251 /tools/inc
parentbb4b28f3642e6fd86881c0fd4c030b5872cde7fa (diff)
callcatcher: remove unused methods
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/b3dtrans.hxx4
-rw-r--r--tools/inc/tools/config.hxx7
-rw-r--r--tools/inc/tools/fsys.hxx1
3 files changed, 0 insertions, 12 deletions
diff --git a/tools/inc/tools/b3dtrans.hxx b/tools/inc/tools/b3dtrans.hxx
index 6385cbad507c..b97debabe863 100644
--- a/tools/inc/tools/b3dtrans.hxx
+++ b/tools/inc/tools/b3dtrans.hxx
@@ -183,10 +183,6 @@ public:
const Rectangle& GetViewportRectangle() { return maViewportRectangle; }
void CalcViewport();
- // Bounds des Viewports lesen
- const basegfx::B3DVector& GetScale();
- const basegfx::B3DVector& GetTranslate();
-
// Direkter Zugriff auf verschiedene Transformationen
const basegfx::B3DPoint WorldToEyeCoor(const basegfx::B3DPoint& rVec);
const basegfx::B3DPoint EyeToWorldCoor(const basegfx::B3DPoint& rVec);
diff --git a/tools/inc/tools/config.hxx b/tools/inc/tools/config.hxx
index fae05fb8bc42..b09e6aadc0da 100644
--- a/tools/inc/tools/config.hxx
+++ b/tools/inc/tools/config.hxx
@@ -56,7 +56,6 @@ private:
#endif
public:
- Config();
Config( const XubString& rFileName );
~Config();
@@ -81,19 +80,13 @@ public:
ByteString ReadKey( sal_uInt16 nKey ) const;
sal_uInt16 GetKeyCount() const;
- void EnterLock();
- void LeaveLock();
sal_Bool IsLocked() const { return (mnLockCount != 0); }
- sal_Bool Update();
void Flush();
void EnablePersistence( sal_Bool bPersistence = sal_True )
{ mbPersistence = bPersistence; }
sal_Bool IsPersistenceEnabled() const { return mbPersistence; }
- void SetLineEnd( LineEnd eLineEnd );
- LineEnd GetLineEnd() const;
-
private:
TOOLS_DLLPRIVATE Config( const Config& rConfig );
TOOLS_DLLPRIVATE Config& operator = ( const Config& rConfig );
diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx
index d63dee9801dc..faa454d451cc 100644
--- a/tools/inc/tools/fsys.hxx
+++ b/tools/inc/tools/fsys.hxx
@@ -429,7 +429,6 @@ private:
TOOLS_DLLPRIVATE Dir& operator=( const Dir& ); // not allowed
#ifdef _DIR_CXX
- TOOLS_DLLPRIVATE FSysError ImpSetSort( std::va_list pArgs, FSysSort nSort );
TOOLS_DLLPRIVATE void Construct( DirEntryKind nKind = FSYS_KIND_DIR|FSYS_KIND_FILE );
#endif