summaryrefslogtreecommitdiff
path: root/helpcontent2/source/auxiliary/da
diff options
context:
space:
mode:
Diffstat (limited to 'helpcontent2/source/auxiliary/da')
-rwxr-xr-xhelpcontent2/source/auxiliary/da/sbasic.cfg2
-rwxr-xr-xhelpcontent2/source/auxiliary/da/scalc.cfg2
-rwxr-xr-xhelpcontent2/source/auxiliary/da/schart.cfg2
-rw-r--r--helpcontent2/source/auxiliary/da/sdatabase.cfg2
-rwxr-xr-xhelpcontent2/source/auxiliary/da/sdraw.cfg2
-rwxr-xr-xhelpcontent2/source/auxiliary/da/simpress.cfg2
-rwxr-xr-xhelpcontent2/source/auxiliary/da/smath.cfg2
-rwxr-xr-xhelpcontent2/source/auxiliary/da/swriter.cfg2
8 files changed, 8 insertions, 8 deletions
diff --git a/helpcontent2/source/auxiliary/da/sbasic.cfg b/helpcontent2/source/auxiliary/da/sbasic.cfg
index 69109433ae..8010e6086a 100755
--- a/helpcontent2/source/auxiliary/da/sbasic.cfg
+++ b/helpcontent2/source/auxiliary/da/sbasic.cfg
@@ -1,6 +1,6 @@
Title=%PRODUCTNAME Basic
-Copyright=Copyright 2004, Sun Microsystems, Inc.
+
Language=da
Order=7
Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp
diff --git a/helpcontent2/source/auxiliary/da/scalc.cfg b/helpcontent2/source/auxiliary/da/scalc.cfg
index d0f7ec25ec..647a7403a5 100755
--- a/helpcontent2/source/auxiliary/da/scalc.cfg
+++ b/helpcontent2/source/auxiliary/da/scalc.cfg
@@ -1,6 +1,6 @@
Title=%PRODUCTNAME Calc
-Copyright=Copyright 2004, Sun Microsystems, Inc.
+
Language=da
Order=3
Start=text%2Fscalc%2Fmain0000.xhp
diff --git a/helpcontent2/source/auxiliary/da/schart.cfg b/helpcontent2/source/auxiliary/da/schart.cfg
index f4718d409f..236fe3065c 100755
--- a/helpcontent2/source/auxiliary/da/schart.cfg
+++ b/helpcontent2/source/auxiliary/da/schart.cfg
@@ -1,5 +1,5 @@
Title=%PRODUCTNAME Chart
-Copyright=Copyright 2004, Sun Microsystems, Inc.
+
Language=da
Order=4
Start=text%2Fschart%2Fmain0000.xhp
diff --git a/helpcontent2/source/auxiliary/da/sdatabase.cfg b/helpcontent2/source/auxiliary/da/sdatabase.cfg
index 22dbaa18ee..8859066aec 100644
--- a/helpcontent2/source/auxiliary/da/sdatabase.cfg
+++ b/helpcontent2/source/auxiliary/da/sdatabase.cfg
@@ -1,6 +1,6 @@
Title=%PRODUCTNAME Base
-Copyright=Copyright 2004, Sun Microsystems, Inc.
+
Language=da
Order=7
Start=text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp
diff --git a/helpcontent2/source/auxiliary/da/sdraw.cfg b/helpcontent2/source/auxiliary/da/sdraw.cfg
index 13f1ab3033..379fd382a0 100755
--- a/helpcontent2/source/auxiliary/da/sdraw.cfg
+++ b/helpcontent2/source/auxiliary/da/sdraw.cfg
@@ -1,6 +1,6 @@
Title=%PRODUCTNAME Draw
-Copyright=Copyright 2004, Sun Microsystems, Inc.
+
Language=da
Order=4
Start=text%2Fsdraw%2Fmain0000.xhp
diff --git a/helpcontent2/source/auxiliary/da/simpress.cfg b/helpcontent2/source/auxiliary/da/simpress.cfg
index 0bf7898266..bcd06b6882 100755
--- a/helpcontent2/source/auxiliary/da/simpress.cfg
+++ b/helpcontent2/source/auxiliary/da/simpress.cfg
@@ -1,6 +1,6 @@
Title=%PRODUCTNAME Impress
-Copyright=Copyright 2004, Sun Microsystems, Inc.
+
Language=da
Order=5
Start=text%2Fsimpress%2Fmain0000.xhp
diff --git a/helpcontent2/source/auxiliary/da/smath.cfg b/helpcontent2/source/auxiliary/da/smath.cfg
index 1ea9fcf4b8..fd26f217d0 100755
--- a/helpcontent2/source/auxiliary/da/smath.cfg
+++ b/helpcontent2/source/auxiliary/da/smath.cfg
@@ -1,6 +1,6 @@
Title=%PRODUCTNAME Math
-Copyright=Copyright 2004, Sun Microsystems, Inc.
+
Language=da
Order=6
Start=text%2Fsmath%2Fmain0000.xhp
diff --git a/helpcontent2/source/auxiliary/da/swriter.cfg b/helpcontent2/source/auxiliary/da/swriter.cfg
index 334b60f541..ec6d368861 100755
--- a/helpcontent2/source/auxiliary/da/swriter.cfg
+++ b/helpcontent2/source/auxiliary/da/swriter.cfg
@@ -1,6 +1,6 @@
Title=%PRODUCTNAME Writer
-Copyright=Copyright 2004, Sun Microsystems, Inc.
+
Language=da
Order=2
Start=text%2Fswriter%2Fmain0000.xhp
reoffice-5-3-6 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/dialog/frmdirlbox.cxx
AgeCommit message (Collapse)Author
2016-03-01loplugin:unuseddefaultparam in svx (part2)Noel Grandin
Change-Id: I99e3d6137ec17e3fc782253c85e5fa4f1da4cec4
2016-02-09Remove excess newlinesChris Sherlock
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4 Reviewed-on: https://gerrit.libreoffice.org/15712 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks
Change-Id: Id35a86eb52bbde6ca09a5e61a0b1a79b23be8faf
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks
Behaves oddly; not ready yet. This reverts commit 9f016bd69422bdfb4cf7c4f5e57356eb98db2d8c. Change-Id: I30d746eac29d1dbe78d3072b10d2e22c051e3f4e
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks
Change-Id: Id35a86eb52bbde6ca09a5e61a0b1a79b23be8faf
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks
Change-Id: Iece86485c52041b66cde91d7fbc772db16d90a93
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
Change-Id: I3a1000baa049b11728c46efbc2f0af0d8f34cf2b Conflicts: include/svx/charmap.hxx include/svx/float3d.hxx include/svx/fontwork.hxx include/svx/galctrl.hxx svx/inc/svdibrow.hxx svx/source/dialog/dlgctl3d.cxx svx/source/dialog/fontwork.cxx svx/source/engine3d/float3d.cxx svx/source/fmcomp/gridctrl.cxx svx/source/gallery2/galbrws1.cxx svx/source/inc/docrecovery.hxx