summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-10-04 23:44:50 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-10-04 23:45:38 +0900
commitaaab2b0e8b381b0f0c5fe46a259dcda0dbbd0397 (patch)
treefa1d83e470f90383c9d3be55061fb5689d52b765 /sw
parent8f4a14e07ceffc0b86e233c0adb711eafa087ba5 (diff)
removed isolated file
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/xml/DocSettingNames.hxx29
1 files changed, 0 insertions, 29 deletions
diff --git a/sw/source/filter/xml/DocSettingNames.hxx b/sw/source/filter/xml/DocSettingNames.hxx
deleted file mode 100644
index 968a33413011..000000000000
--- a/sw/source/filter/xml/DocSettingNames.hxx
+++ /dev/null
@@ -1,29 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-const char* aNmArr[] = {
- "ForbiddenCharacters" ,
- "IsKernAsianPunctuation" ,
- "CharacterCompressionType" ,
- "LinkUpdateMode" ,
- "FieldAutoUpdate" ,
- "ChartAutoUpdate" ,
- "AddParaTableSpacing" ,
- "AddParaTableSpacingAtStart" ,
- "PrintAnnotationMode" ,
- "PrintBlackFonts" ,
- "PrintControls" ,
- "PrintDrawings" ,
- "PrintGraphics" ,
- "PrintLeftPages" ,
- "PrintPageBackground" ,
- "PrintProspect" ,
- "PrintReversed" ,
- "PrintRightPages" ,
- "PrintFaxName" ,
- "PrintPaperFromSetup" ,
- "PrintTables" ,
- "PrintSingleJobs",
- "UpdateFromTemplate",
- "PrintEmptyPages",
-};
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */