diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-07-30 14:53:27 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-07-30 14:53:27 +0000 |
commit | 4c323c8374adc3e27be671d36d8e6274f769ae8e (patch) | |
tree | 54b611d817379e7c2a2ab45701e2d1356cc078e2 /sc/source/ui/miscdlgs/solvrdlg.cxx | |
parent | 6f626f1d569b318b0ab871ffbad9e1870cf6a66f (diff) |
#90205# removed dtrans.hxx include
Diffstat (limited to 'sc/source/ui/miscdlgs/solvrdlg.cxx')
-rw-r--r-- | sc/source/ui/miscdlgs/solvrdlg.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sc/source/ui/miscdlgs/solvrdlg.cxx b/sc/source/ui/miscdlgs/solvrdlg.cxx index ae71ca28a964..a2edfe0d0197 100644 --- a/sc/source/ui/miscdlgs/solvrdlg.cxx +++ b/sc/source/ui/miscdlgs/solvrdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: solvrdlg.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: nn $ $Date: 2001-07-05 14:12:33 $ + * last change: $Author: nn $ $Date: 2001-07-30 15:49:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,10 +65,6 @@ #pragma hdrstop -#ifndef _SOT_DTRANS_HXX -#include <sot/dtrans.hxx> -#endif - //---------------------------------------------------------------------------- #include "rangelst.hxx" |