summaryrefslogtreecommitdiff
path: root/rsc/source/res/rscall.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/res/rscall.cxx')
-rw-r--r--rsc/source/res/rscall.cxx34
1 files changed, 17 insertions, 17 deletions
diff --git a/rsc/source/res/rscall.cxx b/rsc/source/res/rscall.cxx
index 4bd3db7b9aae..7d0c7a8b655e 100644
--- a/rsc/source/res/rscall.cxx
+++ b/rsc/source/res/rscall.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,26 +38,26 @@
#include <rscall.h>
#include <rsckey.hxx>
-Atom nRsc_XYMAPMODEId = InvalidAtom;
-Atom nRsc_WHMAPMODEId = InvalidAtom;
-Atom nRsc_X = InvalidAtom;
-Atom nRsc_Y = InvalidAtom;
-Atom nRsc_WIDTH = InvalidAtom;
-Atom nRsc_HEIGHT = InvalidAtom;
-Atom nRsc_DELTALANG = InvalidAtom;
-Atom nRsc_DELTASYSTEM = InvalidAtom;
-Atom nRsc_EXTRADATA = InvalidAtom;
+Atom nRsc_XYMAPMODEId = InvalidAtom;
+Atom nRsc_WHMAPMODEId = InvalidAtom;
+Atom nRsc_X = InvalidAtom;
+Atom nRsc_Y = InvalidAtom;
+Atom nRsc_WIDTH = InvalidAtom;
+Atom nRsc_HEIGHT = InvalidAtom;
+Atom nRsc_DELTALANG = InvalidAtom;
+Atom nRsc_DELTASYSTEM = InvalidAtom;
+Atom nRsc_EXTRADATA = InvalidAtom;
void InitRscCompiler()
{
- pStdParType = new ByteString( "( const ResId & rResId, BOOL" );
- pStdPar1 = new ByteString( '(' );
- pStdPar2 = new ByteString( '(' );
+ pStdParType = new ByteString( "( const ResId & rResId, BOOL" );
+ pStdPar1 = new ByteString( '(' );
+ pStdPar2 = new ByteString( '(' );
- pWinParType = new ByteString( "( Window * pParent, const ResId & rResId, BOOL" );
- pWinPar1 = new ByteString( "( pParent," );
- pWinPar2 = new ByteString( "( this," );
- nRefDeep = 10;
+ pWinParType = new ByteString( "( Window * pParent, const ResId & rResId, BOOL" );
+ pWinPar1 = new ByteString( "( pParent," );
+ pWinPar2 = new ByteString( "( this," );
+ nRefDeep = 10;
nRsc_XYMAPMODEId = InvalidAtom;
nRsc_WHMAPMODEId = InvalidAtom;
pHS = new AtomContainer();