summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-27 07:32:01 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-01-28 06:19:49 +0000
commitfe480d8136b204c8dc6c68916cce7e816f8b9c48 (patch)
tree656e9239fa6a93099148d3806c1af93007059769 /include/tools
parentd1c9bd13ec7af93f5368dfda6d6d3c955f0b0816 (diff)
remove unused typedefs
found with some minor modifications to find/find-unused-defines.sh Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd Reviewed-on: https://gerrit.libreoffice.org/14194 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/pstm.hxx1
-rw-r--r--include/tools/rc.h1
-rw-r--r--include/tools/stream.hxx2
3 files changed, 0 insertions, 4 deletions
diff --git a/include/tools/pstm.hxx b/include/tools/pstm.hxx
index 6f6fd7d0f8b1..8fc54703c86b 100644
--- a/include/tools/pstm.hxx
+++ b/include/tools/pstm.hxx
@@ -51,7 +51,6 @@ class TOOLS_DLLPUBLIC SvRttiBase : public SvRefBase
public:
TYPEINFO();
};
-typedef tools::SvRef<SvRttiBase> SvRttiBaseRef;
#define SV_DECL_PERSIST( Class, CLASS_ID ) \
TYPEINFO_OVERRIDE(); \
diff --git a/include/tools/rc.h b/include/tools/rc.h
index 210211307398..49f6ebdd58d9 100644
--- a/include/tools/rc.h
+++ b/include/tools/rc.h
@@ -26,7 +26,6 @@
// (Here are all window styles that are not in WinBits)
#define RSC_EXTRAMAPUNIT 0xFFFF // do not change that value!
-typedef short RSWND_STYLE;
#define RSWND_DISABLED 0x01
#define RSWND_CLIENTSIZE 0x02
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx
index dcb2b713d9b6..72679f282463 100644
--- a/include/tools/stream.hxx
+++ b/include/tools/stream.hxx
@@ -167,7 +167,6 @@ public:
virtual void Terminate() = 0;
};
-typedef tools::SvRef<SvOpenLockBytes> SvOpenLockBytesRef;
// SvAsyncLockBytes
@@ -197,7 +196,6 @@ public:
virtual void Terminate() SAL_OVERRIDE { m_bTerminated = true; }
};
-typedef tools::SvRef<SvAsyncLockBytes> SvAsyncLockBytesRef;
// SvStream