summaryrefslogtreecommitdiff
path: root/xmloff/source/style/prstylei.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/prstylei.cxx')
-rw-r--r--xmloff/source/style/prstylei.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/style/prstylei.cxx b/xmloff/source/style/prstylei.cxx
index 097606815dc8..0f96e9cd8b2f 100644
--- a/xmloff/source/style/prstylei.cxx
+++ b/xmloff/source/style/prstylei.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -418,3 +419,4 @@ void XMLPropStyleContext::Finish( sal_Bool bOverwrite )
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
14-08-25HTML export: avoid invalid output for embedded spreadsheetsMiklos Vajna 2014-08-25sw HTML export: avoid loosing embedded objects when skipping imagesMiklos Vajna 2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner 2014-04-30sw: sal_Bool->boolNoel Grandin 2014-04-08liblo: Return early everywhere where we potentially export images.Tomaž Vajngerl 2014-03-24svtools: sal_Bool->boolNoel Grandin 2014-02-27Remove visual noise from swAlexander Wilms 2014-02-20svl: sal_Bool -> boolStephan Bergmann 2014-01-28bool improvementsStephan Bergmann 2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin 2013-10-18convert sw/source/filter/html/*.cxx from String to OUStringNoel Grandin 2013-10-09Related: fdo#38838 remove UniString::EqualsAsciiCaolán McNamara 2013-09-13String to OUStringThomas Arnhold 2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist 2013-08-15sw: fix more clang tinderbox warningsMichael Stahl 2013-08-15convert include/svtools/parhtml.hxx from String to OUStringNoel Grandin 2013-08-12Change String to OUString in some class and functions.Palenik Mihály 2013-08-12String to OUString and some optimizationsMatteo Casalin 2013-07-11remove unused headersAndras Timar 2013-07-11fdo#63211 - embed images in HTML export.Ciorba Edmond 2013-06-29remove OUString wrap for string literalsThomas Arnhold