summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/sfxbasemodel.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-03 14:23:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-03 16:05:11 +0100
commit2ea954d4f85df450ef687f42d2fa7a6e4c21fb1c (patch)
tree0c82d356318adfd5262025b91156002b8e8d9ffb /sfx2/source/doc/sfxbasemodel.cxx
parent20396cc8dc9f9decf6d3a0ed703930a90c2a9ee1 (diff)
Remove needless SAL_DLLPRIVATE annotations
Change-Id: I5794e7ca922941e2d17a89cbaebfb2c6722519f8
Diffstat (limited to 'sfx2/source/doc/sfxbasemodel.cxx')
-rw-r--r--sfx2/source/doc/sfxbasemodel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index 933fe5d70fc8..8c6d40d72c11 100644
--- a/sfx2/source/doc/sfxbasemodel.cxx
+++ b/sfx2/source/doc/sfxbasemodel.cxx
@@ -4185,7 +4185,7 @@ namespace sfx { namespace intern {
/** a class which, in its dtor, cleans up variuos objects (well, at the moment only the frame) collected during
the creation of a document view, unless the creation was successful.
*/
- class SAL_DLLPRIVATE ViewCreationGuard
+ class ViewCreationGuard
{
public:
ViewCreationGuard()