summaryrefslogtreecommitdiff
path: root/chart2/source/tools
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-06 08:17:22 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-06 08:17:22 +0000
commit51195ffc8f79dfd4bf48e5503a0fb14a6b04e795 (patch)
treec4bca1c20a75a75017615c0f3f7ee490aedd06b7 /chart2/source/tools
parentceb2126c81fbf4b09caf101689e26bbe1ddf88c5 (diff)
INTEGRATION: CWS chart25 (1.7.10); FILE MERGED
2008/05/06 10:46:56 iha 1.7.10.1: #i80933# Selection of Grid with keyboard is not visible
Diffstat (limited to 'chart2/source/tools')
-rw-r--r--chart2/source/tools/ObjectIdentifier.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/tools/ObjectIdentifier.cxx b/chart2/source/tools/ObjectIdentifier.cxx
index 8cbbebdc41ba..db5dd56e59be 100644
--- a/chart2/source/tools/ObjectIdentifier.cxx
+++ b/chart2/source/tools/ObjectIdentifier.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ObjectIdentifier.cxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -468,7 +468,7 @@ OUString ObjectIdentifier::createParticleForGrid(
aRet.append( OUString::valueOf( nDimensionIndex ) );
aRet.appendAscii(",");
aRet.append( OUString::valueOf( nAxisIndex ) );
- aRet.append( C2U(":Grid=") );
+ aRet.append( C2U(":Grid=0") );
return aRet.makeStringAndClear();
}