diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-08 10:34:47 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-08 14:30:53 +0100 |
commit | f7936b021f7f0d08dc2baeddefb1b5613a8f87f6 (patch) | |
tree | 286409307a8107d1218d7ccf3608d5ef2122595c /include | |
parent | 31911b3cdcd405973b689e10ee86add6f1c40bd1 (diff) |
Do not use SvxShapeCollection directly.
Change-Id: I1dd51df0e78a3cc89cdfcaec91ffd9a753393e2e
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/unoshcol.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/unoshcol.hxx b/include/svx/unoshcol.hxx index 523313f6213b..f0e85f70709d 100644 --- a/include/svx/unoshcol.hxx +++ b/include/svx/unoshcol.hxx @@ -34,8 +34,6 @@ public: ::osl::Mutex maMutex; }; -SVX_DLLPUBLIC com::sun::star::uno::Reference< com::sun::star::uno::XInterface > SvxShapeCollection_NewInstance() throw(); - /*********************************************************************** * * ***********************************************************************/ |