diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-21 12:58:24 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-21 13:00:08 +0100 |
commit | 5a1e2be29d886e821e5727ba185c40be1d24fc12 (patch) | |
tree | 7769cd76a54bb7b2949fbaf7f0c9eda86347e966 /sd | |
parent | f4de9aba9e13254543109dc7c33ed0417fd5eee2 (diff) |
Short-term fix around the SD_DLLIMPLEMTATION debacle
(being defined for three different sd/Library_sd*.mk files), just like it is
done in all the other sd/source/ui/dlg/*.cxx files already.
Change-Id: I1b9e886c12acb1bfd73bea52f40260760a5f46ff
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/PhotoAlbumDialog.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.cxx b/sd/source/ui/dlg/PhotoAlbumDialog.cxx index 03ccd070a3c4..8b9bc572616c 100644 --- a/sd/source/ui/dlg/PhotoAlbumDialog.cxx +++ b/sd/source/ui/dlg/PhotoAlbumDialog.cxx @@ -6,6 +6,11 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +#ifdef SD_DLLIMPLEMENTATION +#undef SD_DLLIMPLEMENTATION +#endif + #include "PhotoAlbumDialog.hxx" #include <com/sun/star/graphic/GraphicProvider.hpp> |