summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-25 15:03:31 +0200
committerNoel Grandin <noel@peralex.com>2015-06-25 15:03:49 +0200
commit8bd2333e3636bc1e196fb7fccd73a0dc8518fa76 (patch)
treecc73d065160fe15cf3042e036d8abad7accc2059 /svx/source/inc
parent4fc13975ad83fd2e95d2383ab0e9af688c47710d (diff)
remove custom RTTI from SdrObjPlusData
not used anywhere Change-Id: I72e8f1862dd9075c548d178f93cd72fa32a56809
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/svdobjplusdata.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/inc/svdobjplusdata.hxx b/svx/source/inc/svdobjplusdata.hxx
index 7920df322a52..8f7c1a7cf99e 100644
--- a/svx/source/inc/svdobjplusdata.hxx
+++ b/svx/source/inc/svdobjplusdata.hxx
@@ -10,7 +10,6 @@
#ifndef INCLUDED_SVX_SVDOBJPLUSDATA_HXX
#define INCLUDED_SVX_SVDOBJPLUSDATA_HXX
-#include <tools/rtti.hxx>
#include <rtl/ustring.hxx>
class SdrObject;
@@ -34,7 +33,6 @@ class SdrObjPlusData
OUString aObjDescription;
public:
- TYPEINFO();
SdrObjPlusData();
virtual ~SdrObjPlusData();
SdrObjPlusData* Clone(SdrObject* pObj1) const;