summaryrefslogtreecommitdiff
path: root/embeddedobj/source/msole/xolefactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj/source/msole/xolefactory.hxx')
-rw-r--r--embeddedobj/source/msole/xolefactory.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/embeddedobj/source/msole/xolefactory.hxx b/embeddedobj/source/msole/xolefactory.hxx
index eefaf2725f69..b4dac71a4bc4 100644
--- a/embeddedobj/source/msole/xolefactory.hxx
+++ b/embeddedobj/source/msole/xolefactory.hxx
@@ -24,6 +24,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <cppuhelper/implbase2.hxx>
+#include <osl/diagnose.h>
class OleEmbeddedObjectFactory : public ::cppu::WeakImplHelper2<
td>2014-02-06Typo: formating -> formattingJulien Nabet 2014-02-06Typo: wraped -> wrappedJulien Nabet 2014-02-06coverity#705403 Argument cannot be negativeCaolán McNamara 2014-02-02fdo#54938 Convert bridges, editeng and others to cppu::supportsServiceAlexandre Vicenzi 2014-01-30fdo#63154: Remove SVBT8 from solar.hMarcos Paulo de Souza 2014-01-28bool improvementsStephan Bergmann 2014-01-14UtBool -> boolStephan Bergmann 2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin 2013-12-23TyposJulien Nabet 2013-12-22Fix other typosJulien Nabet 2013-12-20typo fixesAndras Timar 2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann 2013-12-10Drop duplicate #includeTakeshi Abe 2013-11-23outter -> outer (also when "outter" is inside another word)Julien Nabet 2013-11-14-Werror,-Wduplicate-enumStephan Bergmann 2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin 2013-11-11remove unnecessary use of OUString constructorNoel Grandin 2013-11-04cppcheck: fix '<type>::operator=' should return '<type> &'.Julien Nabet 2013-11-04Related: fdo#71147 lwp-files open not or without charts/tablesJulien Nabet 2013-11-04remove redundant calls to OUString constructorNoel Grandin 2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin 2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist 2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza 2013-10-20drop some tools/string includesCaolán McNamara 2013-10-14CID#738972 use after freeCaolán McNamara